home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Sacred & Secular
/
Sacred and Secular.iso
/
pc
/
movies
/
shared.dir
/
04841_Script__PopUpMenuPopUpMenu.ls
< prev
next >
Wrap
Text File
|
1996-04-03
|
355b
|
14 lines
global popuptoggle,comingfrom
on mouseDown
if the doubleclick then
dontpassevent
else
if comingfrom = "timeline" then set x = 35
else
if comingfrom = "visual1" or comingfrom = "visual2" then set x = 39
else set x = 34
end if
if popuptoggle = 0 then PopUpMenu(x)
else turnoffmenu(0,0,0)
end if
end